include<stdio. >
void main()
{
 int a=5;
printf ("%d",a++);
return 0;

Posted on by